home *** CD-ROM | disk | FTP | other *** search
- /* EasyCODE(C++) V5.1 03.03.1995 11:04:47 */
- /* EasyCODE O
- If=vertical
- LevelNumbers=no
- LineNumbers=no
- ScreenFont=Courier New,,80,9220,-11,0,400,0,0,0,0,0,0,3,2,1,49
- PrinterFont=Courier New,,80,17414,-34,0,400,0,0,0,0,0,0,3,2,1,49
- LastLevelId=1 */
-
- /* EasyCODE ( 1
- Header file */
- #include "conv.h"
- #include "convio.h"
- #define NO_ERROR 0
- #define ERROR_COMMENT 1
- #define ERROR_EOF 2
-
- char i_buf[I_BUFSIZE];
- BOOL bInLineComment;
- BOOL bInBlockComment;
- char cInString;
- int bufPos;
-
- char CommentGetChar();
- int CommentFilter( int *convertReturn, FILE* stream);
- /* EasyCODE ) */
-